home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Extra 1997 #2
/
Amiga Plus Extra 1997 #2.iso
/
pd
/
misc
/
macro
/
mpascal
/
errors.ged
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-02-16
|
341 b
|
23 lines
/*
** $VER: errors 0.001 (10 Sep 1994) ***
**
** (c) © 1994 Oliver Clouth
**
*/
host = ADDRESS() /* get GED's port */
IF show('p', 'MPASCAL') THEN
do
ADDRESS MPASCAL
"errors"
end
else
do
ADDRESS (host)
'REQUEST BODY "Couldn''t launch MPascal ?!"'
end
EXIT